home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_4 / PlaceObject2_308_216 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  130 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.music == true)
  3.    {
  4.       this.play();
  5.    }
  6.    else
  7.    {
  8.       this.stop();
  9.    }
  10. }
  11.